iconhelper: Invalidate style before accessing texture
authorBenjamin Otte <otte@redhat.com>
Fri, 23 Dec 2016 22:16:30 +0000 (23:16 +0100)
committerBenjamin Otte <otte@redhat.com>
Sat, 24 Dec 2016 05:19:16 +0000 (06:19 +0100)
commit1d845557297ddd114bb6e2c8d2332895967c9d42
tree310a2a75221a92d7d8a87f387eb81513d11c85f3
parent89d38ae93f4f45776e55446524fb59cfa27442bc
iconhelper: Invalidate style before accessing texture

Invalidating the style might cause invalidation of the texture. So we
end up with a pointer to freed memory.
SAD!
gtk/gtkiconhelper.c